public System.Collections.Generic.List<T> ToList()
public function ToList(): System.Collections.Generic.List;
public function ToList() : System.Collections.Generic.List;
public: System.Collections.Generic.List<T*>* ToList();
public:
System.Collections.Generic.List<T^>^ ToList();
'Declaration
Public Function ToList() As System.Collections.Generic.List(Of T)
'Usage
Dim instance As ValueSet(Of T)
Dim value As System.Collections.Generic.List(Of T)
value = instance.ToList()
Return Value
A System.Collections.Generic.List`1 that contains the objects in this collection.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2